[INFO] fetching crate oak-solidity 0.0.11...
[INFO] fixing oak-solidity-0.0.11 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate oak-solidity 0.0.11 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate oak-solidity 0.0.11
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate oak-solidity 0.0.11
[INFO] tweaked toml for crates.io crate oak-solidity 0.0.11 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate oak-solidity 0.0.11 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate oak-solidity 0.0.11 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f9769f89fac2c9e77a2366bf54c1f3f830d5f68700416530b95e5dec19c24c53
[INFO] running `Command { std: "docker" "start" "f9769f89fac2c9e77a2366bf54c1f3f830d5f68700416530b95e5dec19c24c53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f9769f89fac2c9e77a2366bf54c1f3f830d5f68700416530b95e5dec19c24c53" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f9769f89fac2c9e77a2366bf54c1f3f830d5f68700416530b95e5dec19c24c53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f9769f89fac2c9e77a2366bf54c1f3f830d5f68700416530b95e5dec19c24c53" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking oak-solidity v0.0.11 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `new_range_api` has been stable since 1.96.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(new_range_api)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `new_range_api` has been stable since 1.96.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(new_range_api)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 0 arguments but 1 argument was supplied
[INFO] [stdout]   --> tests/lexer/mod.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 |     let lexer = SolidityLexer::new(&language);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^ --------- unexpected argument of type `&SolidityLanguage`
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/lexer/mod.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout]  9 -     let lexer = SolidityLexer::new(&language);
[INFO] [stdout]  9 +     let lexer = SolidityLexer::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SolidityLexer: Lexer<_>` is not satisfied
[INFO] [stdout]   --> tests/lexer/mod.rs:11:27
[INFO] [stdout]    |
[INFO] [stdout] 11 |     test_runner.run_tests(&lexer)
[INFO] [stdout]    |                 --------- ^^^^^^ the trait `Lexer<_>` is not implemented for `SolidityLexer`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `LexerTester::run_tests`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/oak-testing-0.0.11/src/lexing.rs:95:14
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn run_tests<L, Lex>(self, lexer: &Lex) -> Result<(), OakError>
[INFO] [stdout]    |            --------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 95 |         Lex: Lexer<L> + Send + Sync + Clone,
[INFO] [stdout]    |              ^^^^^^^^ required by this bound in `LexerTester::run_tests`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SolidityLexer: Clone` is not satisfied
[INFO] [stdout]   --> tests/lexer/mod.rs:11:27
[INFO] [stdout]    |
[INFO] [stdout] 11 |     test_runner.run_tests(&lexer)
[INFO] [stdout]    |                 --------- ^^^^^^ the trait `Clone` is not implemented for `SolidityLexer`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `LexerTester::run_tests`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/oak-testing-0.0.11/src/lexing.rs:95:39
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn run_tests<L, Lex>(self, lexer: &Lex) -> Result<(), OakError>
[INFO] [stdout]    |            --------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 95 |         Lex: Lexer<L> + Send + Sync + Clone,
[INFO] [stdout]    |                                       ^^^^^ required by this bound in `LexerTester::run_tests`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0277.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `oak-solidity` (test "main") due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "f9769f89fac2c9e77a2366bf54c1f3f830d5f68700416530b95e5dec19c24c53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9769f89fac2c9e77a2366bf54c1f3f830d5f68700416530b95e5dec19c24c53", kill_on_drop: false }`
[INFO] [stdout] f9769f89fac2c9e77a2366bf54c1f3f830d5f68700416530b95e5dec19c24c53
